UniDAC

TCustomDASQL Properties

Properties of the TCustomDASQL class.

For a complete list of the TCustomDASQL class members, see the TCustomDASQL Members topic.

Public

Name Description

ChangeCursor

Enables or disables changing screen cursor when executing commands in the NonBlocking mode.

Connection

Used to specify a connection object to use to connect to a data store.

Debug

Used to display the statement that is being executed and the values and types of its parameters.

FinalSQL

Used to return a SQL statement with expanded macros.

MacroCount

Used to get the number of macros associated with the Macros property.

Macros

Makes it possible to change SQL queries easily.

ParamCheck

Used to specify whether parameters for the Params property are implicitly generated when the SQL property is being changed.

ParamCount

Indicates the number of parameters in the Params property.

Params

Used to contain parameters for a SQL statement.

ParamValues

Used to get or set the values of individual field parameters that are identified by name.

Prepared

Used to indicate whether a query is prepared for execution.

RowsAffected

Used to indicate the number of rows which were inserted, updated, or deleted during the last query operation.

SQL

Used to provide a SQL statement that a TCustomDASQL component executes when the Execute method is called.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback